Determines whether a particular optional feature is enabled on the server.
HRESULT FeatureAvailable(BSTR featureKey, [out, retval] VARIANT_BOOL * pVal);
FeatureAvailable(String featureKey, [out, retval] VARIANT_BOOL pVal);
Sub FeatureAvailable(featureKey As String, pVal As [out, retval] VARIANT_BOOL)
This method is used to return information on which optional components and addons are available on the server.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|